HC: make progressbar labels more visible
authorJakub Steiner <jimmac@gmail.com>
Wed, 29 Jul 2015 11:32:34 +0000 (13:32 +0200)
committerJakub Steiner <jimmac@gmail.com>
Wed, 29 Jul 2015 11:32:34 +0000 (13:32 +0200)
- use the same colro as regular labels, no
need to be more subtle

https://bugzilla.gnome.org/show_bug.cgi?id=752978

gtk/theme/HighContrast/_common.scss
gtk/theme/HighContrast/gtk.css

index 714db131df382105474086508efd139c05563a7f..76f370e980c197453b5d266c056673123a2df9da 100644 (file)
@@ -1747,7 +1747,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
 GtkProgressBar {
     padding: 0;
     font-size: 83%;
-    color: transparentize($fg_color, 0.6);
+    color: $fg_color;
     &:backdrop {
       color: $insensitive_fg_color;
     }
index 996f8d415ba01c60cc250898ffc3142b3a38b77c..e7d3e50fce217735a2bc33820970a439011fff76 100644 (file)
@@ -1957,7 +1957,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
 GtkProgressBar {
   padding: 0;
   font-size: 83%;
-  color: rgba(0, 0, 0, 0.4); }
+  color: #000; }
   GtkProgressBar:backdrop {
     color: #7f7f7f; }